|
|
|
|
RemoveAt Method, FootersClass Class |
Removes the row at the specified index.
Syntax FootersClass Class (Softelvdm.SftTreeNET)
VB |
Public Sub RemoveAt( ByVal ColIndex As Integer ) |
C# |
public void RemoveAt( int ColIndex ); |
C++ |
public: void RemoveAt( int ColIndex ); |
ColIndex
The zero-based row index.
Comments
The RemoveAt method removes the row at the specified index.